home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / mus / play / playfile_1_2.lha / readme! < prev   
Text File  |  1992-11-01  |  3KB  |  81 lines

  1. PlayFile is a CLI based command which plays IFF 8SVX and RAW samples
  2. straight from disk. It does not load the entire sample and so does not
  3. waste memory. This program was designed to play files from hard disks or
  4. other quick access storage devices. It will not work off stiffy drives at
  5. any speed over 10000 samples per second.
  6.  
  7. Usage: PlayFile [-options] [samples per second/period] <FileName>
  8.  
  9. The options are as follows:
  10.     -F  Filter on
  11.     -f  Filter off
  12.  
  13.     -S  Volume and Pitch Slide
  14.     -x  Immune to Right Mouse Button
  15.  
  16.     -s  Stereo
  17.     -m  Mono
  18.  
  19.     -l  Audio Channel 0 (left)
  20.     -r  Audio Channel 1 (right)
  21.     -R  Audio Channel 2 (right)
  22.     -L  Audio Channel 3 (left)
  23.  
  24. Volume and Pitch Slide
  25. This doesn't really serve any purpose, but I put it in anyway. All it does
  26. is sets the volume proportional to the vertical coordinate of the mouse and
  27. the period to the horizontal coordinate.
  28.  
  29. Right Button Immunisation
  30. Without -x the right mouse button will stop PlayFile.
  31.  
  32. Audio Channels
  33. The audio channel selection may be followed by a volume ranging from 00 to
  34. 64. If no volume is given the default is 64. NB Must be a two digit
  35. value.
  36.  
  37. Using multi-tasking it is possible to play more than one sample from disk
  38. at a time depending on the speed of your hard drive and play back speed. If
  39. you try this make sure that you use different audio channels.
  40.  
  41. Stereo/Mono
  42. This play routine will sense whether the sample is stereo or not, and will
  43. play it as such. This can however be overriden by these two options
  44.  
  45. The default options are -l64r64.
  46.  
  47. Period/Samples per Second
  48. If no value is given here the speed is read from the sample which must then
  49. be an IFF 8SVX sample. If the value is lower than 2000 it is taken to be a
  50. period value which is calculated as follows:
  51.  
  52.               clock constant
  53.     Period Value = --------------------
  54.             samples per second
  55.  
  56.     where clock constant = 3546985 for PAL
  57.                    3579545 for NTSC
  58.  
  59.  
  60.  
  61. FILES WHICH ARE CONTAINED IN ARCHIVE:
  62.     Play        3896
  63.     README!        2547
  64.  
  65. You may distribute this utility freely, on condition that it is
  66. distributed together with this README!
  67.  
  68.  
  69. You may not use it for commercial gain. Use of this utility in any
  70. commercial environment requires registration. Write to one of the email
  71. addresses below to enquire about registration.  :->
  72.  
  73.  
  74. You can reach me c/o my brother Zane at any of the following addresses:
  75.  
  76. Fidonet:  Zane Wilson of 5:7101/40.0
  77.           0112wilz.witsvma of 5:7104/4.0
  78.  
  79. Internet: 0112wilz@concave.cs.wits.ac.za
  80.           0112wilz@witsvma.wits.ac.za
  81.